home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / frame_1 / DoAction.as
Text File  |  2008-02-25  |  239b  |  12 lines

  1. totalbytes = _root.getBytesTotal();
  2. bytesloaded = _root.getBytesLoaded();
  3. percent = int(bytesloaded / totalbytes * 100);
  4. if(percent < 0)
  5. {
  6.    percent = 0;
  7. }
  8. tellTarget("_root.loader")
  9. {
  10.    gotoAndStop(int(_root.percent / 2));
  11. }
  12.